########################################################################################
# Follow the instruction below to prepare a format file for 2G Long Core software 
# produced measurement data file.
# 
# (1) Make sure different columns in the measurement file are tab-delimited.
# (2) In the first column below, write down column numbers for ALL columns present 
#     in the measurement file   without skipping any columns.
# (3) In the second column below, for each column in measurement file indicate if 
#     that column contains number (%f) or string (%s).
# (4.1) In the third column below, give each column a name. Names can only contain 
#       letters or numbers and should not start with a number.
# (4.2) Make sure there are no spaces before and after the column names.
# (4.3) The following 12 columns are required and must present in the measurement file:
#       "sampleID", "position" "runNumber", "afz", "leaderLength", "trailerLength",
#       "declination", "inclination", "intensity", "xcorr", "ycorr", "zcorr".
#       Column Names and Format Strings for the required columns must be exactly 
#       the same (case-sensitive) as shown in this format file. If any of the required 
#       columns are missing in the measurement file, users need to calculate and add 
#       them to the measurement file. Users may consider modifying 2G Long Core software
#       configuration to include all columns required by UDECON for future measurements.
# 
# ColumnNumber	FormatString	ColumnName
######################### Do not edit contents above this line #########################
1	%s	sampleID
2	%f	runNumber
3	%f	position
4	%s	timeStamp
5	%f	area
6	%f	depth
7	%f	inclination
8	%f	declination
9	%f	intensity
10	%f	xintensity
11	%f	xmeter
12	%f	xmean
13	%f	xcorr
14	%f	xstd
15	%f	yintensity
16	%f	ymeter
17	%f	ymean
18	%f	ycorr
19	%f	ystd
20	%f	zintensity
21	%f	zmeter
22	%f	zmean
23	%f	zcorr
24	%f	zstd
25	%f	xdrift
26	%f	ydrift
27	%f	zdrift
28	%s	msmean
29	%s	mscorr
30	%s	msstd
31	%s	msdrift
32	%s	treatment
33	%f	afx
34	%f	afy
35	%f	afz
36	%s	armBias
37	%s	armAxis
38	%s	measurementType
39	%s	dataType
40	%s	driftCorr
41	%s	trayCorr
42	%f	leaderLength
43	%f	trailerLength